From 0c26d922c7e16ad2c35dd18641b27951f29d79d3 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 25 Jun 2008 04:03:32 +0000 Subject: [PATCH] Add some more missing pieces of garmin_device_xml. --- Makefile.in | 2 +- garmin_device_xml.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 67f09078a..8a2c91931 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,7 +43,7 @@ INSTALL_DIR=$(DESTDIR)/$(PREFIX) # OTHER_ROOT=/sw # Uncomment For Fink on OS X. MINIMAL_FMTS=magproto.o gpx.o geo.o mapsend.o mapsource.o garmin.o \ - garmin_tables.o internal_styles.o nmea.o kml.o + garmin_device_xml.o garmin_tables.o internal_styles.o nmea.o kml.o ALL_FMTS=$(MINIMAL_FMTS) gtm.o gpsutil.o pcx.o cetus.o copilot.o \ gpspilot.o magnav.o \ diff --git a/garmin_device_xml.h b/garmin_device_xml.h index d8b039247..bc90ecd87 100644 --- a/garmin_device_xml.h +++ b/garmin_device_xml.h @@ -43,6 +43,8 @@ typedef struct { } gdx_info; const gdx_info* gdx_read(const char *fname); +const gdx_info * gdx_get_info(void); +const gdx_info * gdx_find_file(char **dirlist); // This is so gross. By the time we know it's not a USB device // and could be one of our devices, we're so deep into the callstack -- 2.30.2